home *** CD-ROM | disk | FTP | other *** search
- subtitleTextBox. setText ("")
- mainTextBox. setText ("")
-
- activeBreadboard. deleteObject ( "editTitle" )
- activeBreadboard. deleteObject ( "editEngine" )
-
- activeBreadboard. replaceWith ( "unsupervisedSynapse" , "StandardFull" )
- outputAxon. setRows ( 2 )
- unsupervisedSynapse. setWeightMean ( 1.000000 )
- unsupervisedSynapse. setWeightVariance ( 5.000000 )
-
- activeBreadboard. stampOnAndMove ( "Function" , "unsupervisedSynapse" )
- function1. setActiveAccessPoint ( "Forced" )
- function1. setDataSource ( "SquareWaveFunction" )
- function1. setSamples ( 2 )
- function1. setAmplitude ( 0.500000 )
- function1. setOffset ( 0.500000 )
- function1. setBroadcast ( FALSE )
- function1. setActiveChannel ( 1 )
- function1. setPhaseShift ( 180.000000 )
-
- activeInputProbe. setXMinScale ( -4.00000 )
- activeInputProbe. setXMaxScale ( 8.000000 )
- activeInputProbe. setYMinScale ( -4.00000 )
- activeInputProbe. setYMaxScale ( 8.000000 )
-
- activeBreadboard. lockWindowUpdate()
-
- controlButton. setName ( "runButton" )
-
- CreateLargeButtonMacroPath = macro. pathFromNS ( "Macros\create large button.nsm" )
- activeBreadboard. runMacro ( CreateLargeButtonMacroPath )
- controlButton. setName ( "controlButton1" )
- controlButton1. setText ( "Class Definition 1" )
- controlButton1. moveTo ( 630 , 95 )
- ControlMacroPath = macro. pathFromMacro ( "classdef1.nsm" )
- controlButton1. setMacroPath ( ControlMacroPath )
-
- CreateLargeButtonMacroPath = macro. pathFromNS ( "Macros\create large button.nsm" )
- activeBreadboard. runMacro ( CreateLargeButtonMacroPath )
- controlButton. setName ( "controlButton2" )
- controlButton2. setText ( "Class Definition 2" )
- controlButton2. moveTo ( 630 , 135 )
- ControlMacroPath = macro. pathFromMacro ( "classdef2.nsm" )
- controlButton2. setMacroPath ( ControlMacroPath )
-
- activeBreadboard. unlockWindowUpdate()
-
- activeBreadboard. select ( NULL , FALSE )
-
- NextMacroPath = macro. pathFromMacro ( "Summary.nsm" )
- nextButton. setMacroPath ( NextMacroPath )
- SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
- MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
-